home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / holba / menu.swf / scripts / DefineButton2_541 / BUTTONCONDACTION on(release).as
Text File  |  2003-09-22  |  109b  |  8 lines

  1. on(release){
  2.    tellTarget("_root.menu.submenus")
  3.    {
  4.       gotoAndStop("out");
  5.       play();
  6.    }
  7. }
  8.